func runtime.runqsteal

2 uses

	runtime (current package)
		proc.go#L2891: 				if gp := runqsteal(pp, p2, stealTimersOrRunNextG); gp != nil {
		proc.go#L5912: func runqsteal(_p_, p2 *p, stealRunNextG bool) *g {